3.637 \(\int \frac{x}{(a^2+2 a b x^2+b^2 x^4)^{3/2}} \, dx\)

Optimal. Leaf size=38 \[ -\frac{1}{4 b \left (a+b x^2\right ) \sqrt{a^2+2 a b x^2+b^2 x^4}} \]

[Out]

-1/(4*b*(a + b*x^2)*Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4])

________________________________________________________________________________________

Rubi [A]  time = 0.0257146, antiderivative size = 38, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.083, Rules used = {1107, 607} \[ -\frac{1}{4 b \left (a+b x^2\right ) \sqrt{a^2+2 a b x^2+b^2 x^4}} \]

Antiderivative was successfully verified.

[In]

Int[x/(a^2 + 2*a*b*x^2 + b^2*x^4)^(3/2),x]

[Out]

-1/(4*b*(a + b*x^2)*Sqrt[a^2 + 2*a*b*x^2 + b^2*x^4])

Rule 1107

Int[(x_)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2, Subst[Int[(a + b*x + c*x^2)^p, x],
 x, x^2], x] /; FreeQ[{a, b, c, p}, x]

Rule 607

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(2*(a + b*x + c*x^2)^(p + 1))/((2*p + 1)*(b + 2
*c*x)), x] /; FreeQ[{a, b, c, p}, x] && EqQ[b^2 - 4*a*c, 0] && LtQ[p, -1]

Rubi steps

\begin{align*} \int \frac{x}{\left (a^2+2 a b x^2+b^2 x^4\right )^{3/2}} \, dx &=\frac{1}{2} \operatorname{Subst}\left (\int \frac{1}{\left (a^2+2 a b x+b^2 x^2\right )^{3/2}} \, dx,x,x^2\right )\\ &=-\frac{1}{4 b \left (a+b x^2\right ) \sqrt{a^2+2 a b x^2+b^2 x^4}}\\ \end{align*}

Mathematica [A]  time = 0.0079719, size = 27, normalized size = 0.71 \[ -\frac{a+b x^2}{4 b \left (\left (a+b x^2\right )^2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[x/(a^2 + 2*a*b*x^2 + b^2*x^4)^(3/2),x]

[Out]

-(a + b*x^2)/(4*b*((a + b*x^2)^2)^(3/2))

________________________________________________________________________________________

Maple [A]  time = 0.164, size = 24, normalized size = 0.6 \begin{align*} -{\frac{b{x}^{2}+a}{4\,b} \left ( \left ( b{x}^{2}+a \right ) ^{2} \right ) ^{-{\frac{3}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(b^2*x^4+2*a*b*x^2+a^2)^(3/2),x)

[Out]

-1/4*(b*x^2+a)/b/((b*x^2+a)^2)^(3/2)

________________________________________________________________________________________

Maxima [A]  time = 1.01848, size = 24, normalized size = 0.63 \begin{align*} -\frac{1}{4 \,{\left (b^{2}\right )}^{\frac{3}{2}}{\left (x^{2} + \frac{a}{b}\right )}^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b^2*x^4+2*a*b*x^2+a^2)^(3/2),x, algorithm="maxima")

[Out]

-1/4/((b^2)^(3/2)*(x^2 + a/b)^2)

________________________________________________________________________________________

Fricas [A]  time = 1.18808, size = 51, normalized size = 1.34 \begin{align*} -\frac{1}{4 \,{\left (b^{3} x^{4} + 2 \, a b^{2} x^{2} + a^{2} b\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b^2*x^4+2*a*b*x^2+a^2)^(3/2),x, algorithm="fricas")

[Out]

-1/4/(b^3*x^4 + 2*a*b^2*x^2 + a^2*b)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{\left (\left (a + b x^{2}\right )^{2}\right )^{\frac{3}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b**2*x**4+2*a*b*x**2+a**2)**(3/2),x)

[Out]

Integral(x/((a + b*x**2)**2)**(3/2), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \mathit{sage}_{0} x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(b^2*x^4+2*a*b*x^2+a^2)^(3/2),x, algorithm="giac")

[Out]

sage0*x